home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ftpconnect11 / _setup.1 / ftpconnect11.exe / 0 / RCDATA / TINPUTFORM / TINPUTFORM.txt
Text File  |  1998-03-11  |  863b  |  51 lines

  1. object InputForm: TInputForm
  2.   Left = 200
  3.   Top = 98
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'InputForm'
  7.   ClientHeight = 63
  8.   ClientWidth = 223
  9.   Font.Color = clBlack
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 15
  16.   object Prompt: TLabel
  17.     Left = 6
  18.     Top = 3
  19.     Width = 40
  20.     Height = 15
  21.     Caption = 'Prompt'
  22.   end
  23.   object Input: TEdit
  24.     Left = 6
  25.     Top = 20
  26.     Width = 151
  27.     Height = 23
  28.     TabOrder = 0
  29.   end
  30.   object Button1: TButton
  31.     Left = 160
  32.     Top = 0
  33.     Width = 59
  34.     Height = 25
  35.     Caption = '&Ok'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 1
  39.   end
  40.   object Button2: TButton
  41.     Left = 160
  42.     Top = 32
  43.     Width = 59
  44.     Height = 25
  45.     Cancel = True
  46.     Caption = '&Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 2
  49.   end
  50. end
  51.